home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / wasm201.arc / SAMPLES.DOC < prev    next >
Text File  |  1988-07-17  |  2KB  |  67 lines

  1.  
  2.                      Description of Wolfware Sample Files
  3.  
  4. ******************************************************************************
  5.                                           
  6. BTYPE.ASM, binary type
  7.  
  8.   This is a stand-alone program to display the contents of ANY file to the 
  9.   screen.  No control interpretation of characters is carried out, including 
  10.   carriage returns, linefeeds, bells, etc.  All characters are displayed just 
  11.   as the screen controller sees them. 
  12.  
  13. CASE.ASM, set case of string
  14.  
  15.   This is a Turbo Pascal subroutine to set the case of a string to all upper, 
  16.   all lower, or capitalized (first character upper and remaining lower). 
  17.  
  18. CLP.ASM, clear partial screen
  19.  
  20.   This is a BASIC subroutine to clear or scroll any or all of the screen. 
  21.  
  22. KEY.ASM, key reassignment 
  23.  
  24.   This is a stand-alone program to reassign the meaning of any key via ANSI 
  25.   escape sequences.  ANSI.SYS or a compatible device driver must be installed 
  26.   to use this program. 
  27.  
  28. PRES.ASM, printer reset 
  29.  
  30.   This is a stand-alone program that uses the BIOS printer interface to do a 
  31.   low level printer reset.  This program resets the printer to its default 
  32.   state. 
  33.  
  34. PTEST.ASM, printer test
  35.  
  36.   This is a Turbo Pascal subroutine to determine if a printer is connected and 
  37.   ready. 
  38.  
  39. RTIME.ASM, resident time display 
  40.  
  41.   This is memory resident program that shows the active time in the upper 
  42.   right corner of the screen.  The display can be enabled or disabled from the 
  43.   keyboard. 
  44.  
  45. SPLIT.ASM, split file into pages 
  46.  
  47.   This is a stand-alone program that splits a text file into odd and even 
  48.   pages.  The purpose of this is to allow double sided printing.  This is 
  49.   accomplished by printing all the odd pages, flipping the paper over, feeding 
  50.   it back into the printer, and printing all the even pages on the opposite 
  51.   side. 
  52.  
  53. BIOS.MAC, BIOS macro interface
  54.  
  55.   This is a list of macros designed to simplify the process of using the BIOS 
  56.   routines within the computer.
  57.   
  58. DOS.MAC, DOS macro interface
  59.  
  60.   This is a list of macros designed to simplify the process of using the DOS 
  61.   routines provided by the operating system. 
  62.   
  63. MISC.MAC, miscellaneous macros
  64.  
  65.   This is s list of some miscellaneous macros.
  66. 
  67.